home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue53 / DataMod / DesignTime / DesignTimeU2.dfm < prev    next >
Encoding:
Text File  |  1999-11-24  |  675 b   |  31 lines

  1. object Form2: TForm2
  2.   Left = 382
  3.   Top = 271
  4.   Width = 588
  5.   Height = 377
  6.   Caption = 'Form2'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object DBGrid1: TDBGrid
  17.     Left = 0
  18.     Top = 0
  19.     Width = 580
  20.     Height = 350
  21.     Align = alClient
  22.     DataSource = DataModule1.DataSource1
  23.     TabOrder = 0
  24.     TitleFont.Charset = DEFAULT_CHARSET
  25.     TitleFont.Color = clWindowText
  26.     TitleFont.Height = -11
  27.     TitleFont.Name = 'MS Sans Serif'
  28.     TitleFont.Style = []
  29.   end
  30. end
  31.